Click or drag to resize

UserConfigurationDictionaryKey Constructor (UserConfigurationDictionaryObjectType, IListString)

Initializes a new instance of the UserConfigurationDictionaryKey class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public UserConfigurationDictionaryKey(
	UserConfigurationDictionaryObjectType type,
	IList<string> values
)

Parameters

type
Type: Independentsoft.ExchangeUserConfigurationDictionaryObjectType
values
Type: System.Collections.GenericIListString
See Also